WORKAROUND_CVE_2017_5715 := 0
-# Disable the PSCI platform compatibility layer by default
-ENABLE_PLAT_COMPAT := 0
-
# Disable stack protector by default
ENABLE_STACK_PROTECTOR := 0
# Use Coherent memory
USE_COHERENT_MEM := 1
-# Enable new version of image loading
-LOAD_IMAGE_V2 := 1
-
# Use multi console API
MULTI_CONSOLE_API := 1
endif
endif
-ifneq (${LOAD_IMAGE_V2}, 1)
- $(error Error: rpi3 needs LOAD_IMAGE_V2=1)
-endif
-
ifneq (${MULTI_CONSOLE_API}, 1)
$(error Error: rpi3 needs MULTI_CONSOLE_API=1)
endif
include drivers/auth/mbedtls/mbedtls_crypto.mk
include drivers/auth/mbedtls/mbedtls_x509.mk
- USE_TBBR_DEFS := 1
-
AUTH_SOURCES := drivers/auth/auth_mod.c \
drivers/auth/crypto_mod.c \
drivers/auth/img_parser_mod.c \